home *** CD-ROM | disk | FTP | other *** search
/ Enter 2010 January / ENTER_2010_01.iso / Programy / Gry / Base_Invaders_ / BaseInvadersSetup1.3.exe / {app} / Config / Graphics.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-01-25  |  687 b   |  16 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Stream xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="MetaData\XMLStream.xsd">
  3.     <serializable>
  4.         <bool name="Fullscreen">true</bool>
  5.         <bool name="VSync">false</bool>
  6.         <uint name="ResolutionWidth">800</uint>
  7.         <uint name="ResolutionHeight">600</uint>
  8.         <uint name="RefreshRate">0</uint>
  9.         <uint name="MultiSample">0</uint>
  10.         <bool name="HardwareVertexProcessing">true</bool>
  11.         <bool name="CompressTextures">false</bool>
  12.         <bool name="ShowFPS">false</bool>
  13.         <bool name="StopOnFailure">true</bool>
  14.         <string name="ConsoleBackground">Textures/InvaderBack.dds</string>
  15.     </serializable>
  16. </Stream>